home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group93b.txt / 000118_icon-group-sender _Tue May 25 04:39:09 1993.msg < prev    next >
Internet Message Format  |  1993-06-16  |  2KB

  1. Received: from owl.CS.Arizona.EDU by cheltenham.CS.Arizona.EDU; Thu, 27 May 1993 09:17:28 MST
  2. Received: by owl.cs.arizona.edu; Thu, 27 May 1993 09:17:26 MST
  3. Date: 25 May 93 04:39:09 GMT
  4. From: dog.ee.lbl.gov!network.ucsd.edu!munnari.oz.au!titan!trlluna!bruce.cs.monash.edu.au!lloyd@ucbvax.Berkeley.EDU  (Lloyd Allison)
  5. Organization: Computer Science, Monash University, Australia
  6. Subject: Re: Yet another variation on queens (was Icon vs Prolog)
  7. Message-Id: <lloyd.738304749@bruce.cs.monash.edu.au>
  8. References: <9305171538.AA58087@enlil.premenos.sf.ca.us>, <borbor-240593173741@129.194.82.105>
  9. Sender: icon-group-request@cs.arizona.edu
  10. To: icon-group@cs.arizona.edu
  11. Status: R
  12. Errors-To: icon-group-errors@cs.arizona.edu
  13.  
  14. borbor@divsun.unige.ch (Boris Borcic) writes:
  15.  ...
  16. >3) Write a 3D version of 1+2, e.g. N^2 queens in N^3 cubic "board"
  17. >   (are there any 3d solutions to N^2 queens ? should one use plane 
  18. >    diagonals, 3d diagonals, or both ?)
  19.  ...
  20.  
  21. In general there are lots of solutions for N^2 queens on an N*N*N "board",
  22. but none if N<11, N=12 or N=14.
  23. For n=11 and N=13, all solutions are also solutions of the toroidal
  24. version, and they are all "linear" solutions.
  25. Conjecture that there are solutions to the toroidal problem
  26. iff the smallest factor of N is > 7.
  27. Q: what is the smallest N with a non-linear solution?
  28.  
  29. %A L. Allison
  30. %A C. N. Yee
  31. %A M. McGaughey
  32. %T Three-dimensional queens problems.
  33. %R TR 89/130
  34. %I Dept. Computer Science, Monash University, Australia
  35. %M AUG
  36. %D 1989
  37. %K n-queens, queen, chess, 3D, TR 89 130 TR130 TR89/130
  38.  
  39. Lloyd Allison, Dept. Comp. Sci., Monash University, Australia 3168.
  40. lloyd@cs.monash.edu.au
  41.